Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.

refs #TECH: migrate from rex to rowdy#5

Open
lorenzoranucci wants to merge 4 commits into
masterfrom
feature/tech-migrate-from-rex-to-rowdy
Open

refs #TECH: migrate from rex to rowdy#5
lorenzoranucci wants to merge 4 commits into
masterfrom
feature/tech-migrate-from-rex-to-rowdy

Conversation

@lorenzoranucci
Copy link
Copy Markdown

No description provided.

@lorenzoranucci lorenzoranucci requested a review from zuc as a code owner September 23, 2020 15:29
@lorenzoranucci lorenzoranucci self-assigned this Sep 23, 2020
@filipposarzana
Copy link
Copy Markdown

filipposarzana commented Sep 28, 2020

@lorenzoranucci You can also update CODEOWNERS

/.github/   @ProntoPro/teamleaders

And use Rowdy trigger on CI

- name: move-asana-cards-to-production
  image: plugins/webhook
  settings:
    urls: https://rowdy.tools.prontopro.tech/v1/drone/pull-request-merged-into-branch
    content_type: application/json
    template: |
      {
        "owner": "{{ repo.owner }}",
        "repo": "{{ repo.name }}",
        "section": "production",
        "sha": "${DRONE_COMMIT}"
      }
  environment:
    PLUGIN_HEADERS:
      from_secret: rowdy_shared_secret
    PLUGIN_VALID_RESPONSE_CODES: 204
  when:
    branch:
      - master

Comment thread .github/CODEOWNERS Outdated
@mavimo mavimo added this to the 0.3.0 milestone Sep 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Development

Successfully merging this pull request may close these issues.

4 participants